function popup(murl) {
	window.open(murl, 'popup', 'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width=450,height=400');
}

function printpopup(murl) {
	window.open(murl, 'popup', 'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,width=800,height=500');
}

function launchpopup(murl,mname) {
	window.open(murl, mname, 'width=500, height=500');
}
function launchchatpopup(murl,mname) {
	window.open(murl, mname, 'width=450, height=450');
}

function launchbook(murl) {
	window.open(murl, 'mail', 'width=860, height=600');
}

function bigpopup(murl) {
	window.open(murl, 'mail', 'width=860, height=600');
}

function launchpoll() {
	window.open('poll.asp', 'poll', 'WIDTH=300,HEIGHT=320');
}
function launchmap() {
	window.open('googlemap.asp', 'map', 'WIDTH=440, HEIGHT=500, toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no');
}
function launchvideo(murl) {
	window.open(murl, 'video', 'width=240, height=180');
}
function launchentry() {
	window.open('smsentry.asp', 'advert', 'scrollbars=yes,WIDTH=400,HEIGHT=300');
}

