
function openPopup(url, name, height, width) 
{
	window.open(url, name, "channelmode=no, directories=no, fullscreen=no,"
			+ " height=" + height + ", location=no, menubar=no,"
			+ " resizable=yes, scrollbars=yes, status=yes, width=" + width);
}




