// JavaScript Document
/*
Daniele Barell, Settembre 2007
JS base FONDAZIONE DUCATI
*/

function openPopUp(_url,_name,_w,_h)
{	
	window.open(_url,_name,' toolbar=no, scrollbars=yes, location=no, statusbar=no, menubar=no, resizable=yes, width='+_w+', height='+_h+', left=50, top=50');
}