function open_BPS() 
{
	varWidth = screen.availWidth;
	varHeight = screen.availHeight;
	posx=0;
	posy=0;
	window.open('http://www.bmw.it/it/it/usedvehicles/borsa_usato/find_usato.html' ,'finestra','toolbar=no,location=no,directories=no,status=0, scrollbars=yes,resizable=no,width='+ varWidth +',height='+ varHeight +',screenx='+posx+',screeny='+posy+',left='+posx+',top='+posy);
}

function open_dealers(path){
	varWidth = screen.availWidth;
	varHeight = screen.availHeight;
	posx=0;
	posy=0;
	window_legal=window.open(path ,'legal_window','toolbar=no,location=no,directories=no,status=0,scrollbars=yes,resizable=no,width='+ varWidth +',height='+ varHeight +',screenx='+posx+',screeny='+posy+',left='+posx+',top='+posy);

}
