
function openwin( url, width, height )
{
	window.open( url, '','width='+width+',height='+height);
}
