function pop(strUrl)
    {dspcarte=window.open(strUrl,'dspcarte','left=0,top=0,width=470,height=590,scrollbars=no,resizable=yes');}
	
function pop2(strUrl)
    {dspcarte=window.open(strUrl,'dspcarte','left=0,top=0,width=640,height=500,scrollbars=yes,resizable=yes');}
	
function pop3(strUrl)
    {dspcarte=window.open(strUrl,'dspcarte','left=0,top=0,width=250,height=125,scrollbars=no,resizable=no');}
