function link() {
alert('Link inactive');
}

function register() {
      child = open('http://www.partyjungle.co.uk/global/pjn_signup.asp?id=3&h='+document.frm.h.value+'&p='+document.frm.p.value,'sign','width=600,height=497,toolbar=no,status=no,scrollbars=no,resizable=no');
					child.opener=this;
					child.focus();
}

function showPic (whichpic) { 

	if (document.getElementById) { 
		document.getElementById('placeholder').src = whichpic; 
	} 
}

function dologin() {

if (document.frm.u.value.length < 3) {alert('Please enter your username'); return false;}
if (document.frm.pw.value.length < 3) {alert('Please enter your password'); return false;}
document.frm.action = "/scripts/dologin.asp?job=login"
document.frm.submit()


}

function dologin2() {
if (document.frm.u.value.length < 3) {alert('Please enter your username'); return false;}
if (document.frm.pw.value.length < 3) {alert('Please enter your password'); return false;}
document.frm.action = "/scripts/dologin.asp?job=logingallery&refer="+document.frm.refer.value;
document.frm.submit()
}

function showmap() {
      child = open('http://www.partyjungle.co.uk/maps/maps.asp?id=3','map','width=530,height=342,toolbar=no,status=no,scrollbars=no,resizable=no');
					child.opener=this;
					child.focus();
}