function printWindow(url) 
	{
	mywin = window.open(url,"win",'toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=1,width=520,height=400');
	}
	
function mailWindow(url)
	{
	mywin2 = window.open(url,"win2",'toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=1,width=620,height=400');
	}
	
function open_window(url) 
	{
	mywin = window.open(url,"win",'toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=1,width=650,height=570');
	}
function glossary_window(url) 
	{
	mywin = window.open(url,"win",'toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=1,width=450,height=250');
	}
		
function help_window(url) 
	{
	mywin = window.open(url,"help",'toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=1,width=300,height=350,left=600,top=100');
	}
	
function pp_window(url) 
	{
	mywin = window.open(url,"help",'toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=1,width=425,height=400,left=600,top=100');
	}
	
function cLocate(murl,curl){
	self.location=curl;
}

function PopUp (url, hWind, nWidth, nHeight, nScroll) {
	var cToolBar = "toolbar=0,location=0,directories=0,status=1,menubar=0,scrollbars=" + nScroll + ",resizable=1,width=" + nWidth + ",height=" + nHeight
	var popupwin = window.open(url, hWind, cToolBar);
}

function PopUp_Window (url, hWind, nWidth, nHeight, options) {
	var cToolBar = "width=" + nWidth + ",height=" + nHeight + "," + options
	var popupwin = window.open(url, hWind, cToolBar);
}


function p3p_popup() {
			window.open ('http://www.agcocorpdealers.com/@Resource/p3p/p3pedit.cfm', "p3p", 'toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=1,width=600,height=600,left=600,top=100');
		}

function PrintFriendly_popup(cbid, pid, valid) {
			window.open ('../@Resource/Contents/PrintFriendly.cfm?PrintPage='+cbid+'&printpagelink='+pid+'&validbttn='+valid, "printWin", 'toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=1,width=640,height=480,left=600,top=100');
}
function Email2Friends_popup(cbid, pid, valid) {
			window.open ('../@Resource/Contents/sendemail.cfm?emailpage='+cbid+'&emailpagelink='+pid+'&validbttn='+valid, "email2Win", 'toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=1,width=600,height=400,left=600,top=100');
}



<!---cmsagcodealers--->

 helpon = new Image();          
    helpon.src = "http://www.agcocorpdealers.com/@Resource/images/helpon.gif";       
   helpoff = new Image();         
    helpoff.src = "http://www.agcocorpdealers.com/@Resource/images/helpoff.gif"; 
 helpalt = new Image();         
    helpalt.src = "http://www.agcocorpdealers.com/@Resource/images/helpalt.gif"; 
 searchon = new Image();          
    searchon.src = "http://www.agcocorpdealers.com/@Resource/images/searchon.gif";       
   searchoff = new Image();         
    searchoff.src = "http://www.agcocorpdealers.com/@Resource/images/searchoff.gif"; 
 searchalt = new Image();         
    searchalt.src = "http://www.agcocorpdealers.com/@Resource/images/searchalt.gif";          
    loginon = new Image();          
    loginon.src = "http://www.agcocorpdealers.com/@Resource/images/signinon.gif";       
   loginoff = new Image();         
    loginoff.src = "http://www.agcocorpdealers.com/@Resource/images/signinoff.gif"; 
 loginalt = new Image();         
    loginalt.src = "http://www.agcocorpdealers.com/@Resource/images/signinalt.gif"; 
    sitemapon = new Image();          
    sitemapon.src = "http://www.agcocorpdealers.com/@Resource/images/sitemapon.gif";       
   sitemapoff = new Image();         
    sitemapoff.src = "http://www.agcocorpdealers.com/@Resource/images/sitemapoff.gif"; 
 sitemapalt = new Image();         
    sitemapalt.src = "http://www.agcocorpdealers.com/@Resource/images/sitemapalt.gif";  
    homeon = new Image();          
    homeon.src = "http://www.agcocorpdealers.com/@Resource/images/homeon.gif";       
   homeoff = new Image();         
    homeoff.src = "http://www.agcocorpdealers.com/@Resource/images/homeoff.gif";        
   homealt = new Image();         
    homealt.src = "http://www.agcocorpdealers.com/@Resource/images/homealt.gif";
    logouton = new Image();          
    logouton.src = "http://www.agcocorpdealers.com/@Resource/images/logouton.gif";       
   logoutoff = new Image();         
    logoutoff.src = "http://www.agcocorpdealers.com/@Resource/images/logoutoff.gif";        
   logoutalt = new Image();         
    logoutalt.src = "http://www.agcocorpdealers.com/@Resource/images/logoutalt.gif";   
 
function imgOn(imgName) 
    {
    document[imgName].src = eval(imgName + "on.src");
 document["holder"].src = eval(imgName + "alt.src");
    }
function imgOff(imgName) 
    {
    document[imgName].src = eval(imgName + "off.src");
 document["holder"].src = "http://www.agcocorpdealers.com/@Resource/images/holder.gif";
 }

function loginWindow() 
 {
aWindow = window.open("../FEI-EAST/logged/default.cfm?CFID=2658137&CFTOKEN=3c90f7a-30a36e72-d7d9-4256-9f34-9165e127d124", "loginWindow", 
"width=200,height=160,toolbar=no,status=no,scrollbars=no,resize=no,menubar=no,top=400,left=500");
 }
function logoutWindow() 
 {
aWindow = window.open("../FEI-EAST/logout/default.cfm?CFID=2658137&CFTOKEN=3c90f7a-30a36e72-d7d9-4256-9f34-9165e127d124", "logoutWindow", 
"width=200,height=160,toolbar=no,status=no,scrollbars=no,resize=no,menubar=no,top=400,left=500");
 }
 
function menu_window(url)
 {
  mywin3 = window.open(url,"win3",'toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=1,width=260,height=360,left=300,top=150');
 }
 
function app_window(url)
 {
  mywin3 = window.open(url,"win3",'toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=1,width=540,height=450,left=300,top=150');
 } 
 
/*function UsedEQ()
{
eq = window.open ("../@UsedEquipment/","UsedEQWin","width=760,height=480, toolbar=no,location=no,directories=no, status=no,menubar=no,scrollbars=yes,resizable=yes")
}*/


function UsedEQ()
{
eq = window.open ("../@UsedEquipment/","UsedEQWin","width=760,height=480, toolbar=yes,location=yes,directories=no, status=yes,menubar=yes,scrollbars=yes,resizable=yes")
}