﻿<!--
		var dummyUrl = "/bvprd/apsportal/dummy.do";
		function encodeURL(url, parameters) {
		  url = dummyUrl.replace("dummy.do", url);
		  if (parameters != null && (parameters.charAt(0) == '&')) {
		    parameters = parameters.substring(1);
		    url += (url.indexOf("?") < 0) ? "?" : "&";
		    url += parameters;
		  }
		  return url;
		}
		//-->

			function openURL(url,linkName){
			window.open(url,linkName,'resizable,top=0,left=0,width=800,height=400,status=yes,toolbar=yes,menubar=yes,location=yes,scrollbars=yes');
					}
					
					
					function openPopup1(linkURL,linkType,linkName) {
					
							window.open(linkURL,'','top=0,left=0,width=400,height=300,status=yes,toolbar=yes,menubar=1,location=yes,titlebar=yes,scrollbars=yes,resizable=yes');
					
					}
					
					function openSearchPopup(linkURL,linkType,linkName) {
					
							window.open(linkURL,'','top=0,left=0,width=600,height=600,status=no,toolbar=no,menubar=1,location=no,titlebar=no,scrollbars=yes,resizable=yes');
					
					}