

var winPop

function openPop(url, width, height) {
	if(winPop && !winPop.closed) winPop.close()
	winPop = window.open(url, "winPop", "location=no,scrollbars=no,width=" + width + ",height=" + height)
	return void(-1)
}

function openWBC(url, width, height) {
	if(winPop && !winPop.closed) winPop.close()
	winPop = window.open(url, "winPop", "status=yes,toolbar=yes,resizable=yes,menubar=yes,location=yes,scrollbars=yes,width=" + width + ",height=" + height)
	return void(-1)
}


function openJobs(url, width, height) {
	if(winPop && !winPop.closed) winPop.close()
	winPop = window.open(url, "winPop", "status=yes,toolbar=yes,resizable=yes,menubar=no,location=no,scrollbars=yes,width=" + width + ",height=" + height)
	return void(-1)
}
