﻿
        
// Popup window code
function newPopup(url) {
	popupWindow = window.open
	(
		url,'popUpWindow','height=400,width=700,status=yes,toolbar=no,menubar=no,location=yes,scrollbars=yes,resizable=yes,titlebar=no')
    }




