var newwindow;
function poptasticmazdamx5(url)
{
	newwindow=window.open(url,'name','height=525,width=800,scrollbars=no,toolbar=no');
	if (window.focus) {newwindow.focus()}
}