function showPopup(URLtoOpen, windowName, width, height) 
{
	if(myLightWindow)
	myLightWindow.activateWindow({
		href: URLtoOpen, 
		title: windowName, 
		caption: windowName,
		width:width,
		height:height
		});
}
