function popupWindow(linkOpen, windowName, windowFeatures) { 
	newWindow=window.open(linkOpen, windowName, windowFeatures);
}
