              	var image1,image2,preferred,preferredWin
              	preferred="0"
               	image1=new Image();
              	image2=new Image();
                	image1.src="images/pc.gif";
                	image2.src="images/pc_u.gif";

                  function MM_openBrWindow(theURL,winName,features) { //v2.0
               		window.open(theURL,winName,features);
                  }

                  function GetHelp1(theURL,winName) { 
                  	preferredWin=window.open(theURL,winName,'left=100,top=90,height=425,width=575,statusbar=No,TitleBar=No,Tollbar=No,screenX=800,screenY=800');
                  }

                  function GetHelp(Control,name) {
                  	window.open(Control,name,'left=200,top=200,height=230,width=230,statusbar=No,TitleBar=No,Tollbar=No,screenX=800,screenY=800');
                  }

                  function ClickHere(Control,name) {
                  	window.open(Control,name,'left=5,top=40,height=400,width=785,scrollbars=Yes,statusbar=No,TitleBar=No,Tollbar=No,screenX=800,screenY=800');
                  }    		
                  function ClickHere1(Control,name) {
                  	window.open(Control,name,'left=5,top=40,height=500,width=595,scrollbars=Yes,statusbar=No,TitleBar=No,Tollbar=No,screenX=800,screenY=800');
                  }    		
						function ClickHere2(Control,name) {
							window.open(Control,name,'left=100, top=100,height=350,width=620,scrollbars=Yes,statusbar=No,TitleBar=No,Tollbar=No,screenX=800,screenY=800');
						};
                  function onOver(){
                  	document.images['Preferred'].src=image2.src;
                  }	

                  function onOut(){
                  	document.images['Preferred'].src=image1.src;
                  }