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




