//pop up window logic

<!--
//interactive demo pop up
function openDemo(){

	window.open('intDemo.htm', 'windowname', 'type=fullWindow,fullscreen,scrollbars=yes,titlebar=no');
}

function loginPopup(){

	window.open("loginPopup.htm", "logoinpop", "width=257,height=256")
}
//-->
