function popup(url,width,height)
{
	window.open(url,'','scrollbars=yes,resizable=yes,height='+height+',width='+width+'');
}

function popupimage(url,width,height)
{
	height = height + 90;
	width = width + 30;
	window.open(url,'','scrollbars=yes,resizable=yes,height='+height+',width='+width+'');
}

function MM_openBrWindow(theURL,winName,features) 
{ //v2.0
  window.open(theURL,winName,features);
}
