/*
 * rociek.com script
 * (c) 2004 Marcin Rociek
 */

function newWindow(URL, width, height) 
{
	window.open(URL, '_blank', 'toolbar=no,directories=no,location=no,status=no,menubar=no,scrollbars=no,resizable=no,width=' + width + ',height=' + height);
}

