function MM_openProductWindow(theURL)
{
	var win = window.open(theURL,'newWin','resizable=yes,location=no,toolbar=no,scrollbars=yes,width=678,height=650')
	win.focus();	
}

