
function showmail() {
	pw=window.open('mailer.php', 'pw', 'height=200, width=300, screenX=50, screenY=50, top=50, left=50, toolbar=no, directories=no, status=no, menubar=no, scrollbars=no, resizable=no');
	pw.focus();
}

function feedback() {
	pw=window.open('mail.php', 'pw', 'height=400, width=400, screenX=50, screenY=50, top=50, left=50, toolbar=no, directories=no, status=no, menubar=no, scrollbars=no, resizable=no');
	pw.focus();
}

function pass() {
	pw=window.open('pass.php', 'pw', 'height=300, width=300, screenX=50, screenY=50, top=50, left=50, toolbar=no, directories=no, status=no, menubar=no, scrollbars=no, resizable=no');
	pw.focus();
}

function showinfo() {
	pw=window.open('info.php', 'pw', 'height=550, width=400, screenX=50, screenY=50, top=50, left=50, toolbar=no, directories=no, status=no, menubar=no');
	pw.focus();
}

function showmessages(cid) {
		pw=window.open('message.php?cid='+cid, 'pw', 'height=500, width=430, screenX=50, screenY=50, top=50, left=50, toolbar=no, directories=no, status=no, menubar=no');
		pw.focus();
	} 

