//Edited by Wittawat I. 25/03/2009
//PBI000000000066
function openNeweSupplierLogin(url) {
	iwidth = 600;
	iheight = 280;
	aHeight = screen.availHeight;
	aWidth 	= screen.availWidth;
	aTop 	= aHeight/2 - iheight/2;
	aLeft	= aWidth/2  - iwidth/2;
	spec		= 'left='+aLeft+',top='+aTop+',width=600,height=280,menubar=no, status=yes, scrollbars=no,resizable=no, toolbar=no, ';
	window.open(url ,'',spec);
}
/*function openNeweSupplierLogin() {
	if(isIntranetAccess()){
		openESInWindow(600,280);		
	}else{
		openESExWindow(600,280);
	}
}

function openESExWindow(iwidth,iheight) {
  aHeight	= window.screen.availHeight;
  aWidth 	= window.screen.availWidth;
  aTop 		= aHeight/2 - iheight/2;
  aLeft		= aWidth/2  - iwidth/2;
  spec		= 'left='+aLeft+',top='+aTop+',width=600,height=280,menubar=no, status=yes, scrollbars=no,resizable=no, toolbar=no, ';		
  window.open('/es/esLoginExt.html' ,'',spec);
}

function openESInWindow(iwidth,iheight) {
  aHeight	= screen.availHeight;
  aWidth 	= screen.availWidth;
  aTop	 	= aHeight/2 - iheight/2;
  aLeft		= aWidth/2  - iwidth/2;
  spec		= 'left='+aLeft+',top='+aTop+',width=600,height=280,menubar=no, status=yes, scrollbars=no,resizable=no, toolbar=no, ';
  window.open('/esintra/esLoginInt.html' ,'',spec);
}*/




		
		