function openwindow() {
	window.open(
		"index_products_advisor_report.php",
		"::Merchant Consulting Group",
		"toolbar=no, location=yes, directories=no, status=no, menubar=no, scrollbars=yes, resizable=no, copyhistory=no, width=400, height=400"
	);
}

function openNewWindow(site) {
  popupWin = window.open(site,
	'open_window',
	'scrollbars,dependent,width=400,height=500,left=0,top=0')
}
