
function rollover() {
   window.status = arguments[0];
}

function rolloff() {
  window.status = '';
}



function makeRemoteIBC() {
	remote = window.open("","IBCAuction","width=300,height=400, toolbar=no, menubar=no, scrollbars=auto, resizable=no,location=no, directories=no, status=yes");
	remote.location.href = "ibcauction.php";
		if (remote.opener == null) remote.opener = window; 
		remote.opener.name = "home";
	}

function makeRemoteContacts() {
	remote = window.open("","Contactdetails","width=300,height=400, toolbar=no, menubar=no, scrollbars=auto, resizable=no,location=no, directories=no, status=yes");
	remote.location.href = "contacts.php";
		if (remote.opener == null) remote.opener = window; 
		remote.opener.name = "home";
	}

function makeRemotePrivacy() {
	remote = window.open("","Privacy","width=400,height=400, toolbar=no, menubar=no, scrollbars=yes, resizable=yes,location=no, directories=no, status=yes");
	remote.location.href = "privacy.php";
		if (remote.opener == null) remote.opener = window; 
		remote.opener.name = "home";
	}

function makeRemoteWinners() {
	remote = window.open("","Winners","width=400,height=550, toolbar=no, menubar=no, scrollbars=yes, resizable=yes,location=no, directories=no, status=yes");
	remote.location.href = "winners.php";
		if (remote.opener == null) remote.opener = window; 
		remote.opener.name = "home";
	}

function makeRemoteYourviewsarchive() {
	remote = window.open("","Viewsarchive","width=400,height=400, toolbar=no, menubar=no, scrollbars=yes, resizable=yes,location=no, directories=no, status=yes");
	remote.location.href = "viewsarchive.php";
		if (remote.opener == null) remote.opener = window; 
		remote.opener.name = "home";
	}


function flatformHandler(form) {
	location = form.site.options[form.site.selectedIndex].value;
}

function x() {}
