
function openWin(url,width,height)
{
	var param='width='+width+',height='+height;
	window.open(url, '_blank', param);		
};