/*******************************************************************************
 | $Id: common.js,v 1.2 2008/12/22 13:57:36 TJ Exp $
 | $Source: /cvsroot/iDomain_web/httpdocs/common.js,v $
 *******************************************************************************/
function whois_popup(domain, ext)
{
	var args = 'width=400,height=400,resizable=0,fullscreen=0,scrollbars=1,screenX=200' + ',left=200,screenY=200,top=200';
	window.open('/whois/?domainname=' + domain + '&ext=' + ext,'popup',args);
}

function popup()
{
/*	var args = 'width=250,height=165,resizable=0,fullscreen=0,scrollbars=0,screenX=200,left=200,screenY=200,top=200';
	
	window.open('/popup.php','popup',args);*/
}
