// JavaScript Document
function openPopUp(linkURL,wname) {
	window.open(linkURL,wname,'width=730,height=560,toolbar=no,menubar=no,scrollbars=no,resizable=no')
}
