// JavaScript Document
function newWindow(consent_demo, o_height, w_height){

	consentWindow=window.open(consent_demo,'peWin', 'WIDTH=' + o_height + ',HEIGHT=' + w_height + ',SCROLLBARS=yes, resizable=yes')
	consentWindow.focus()

}