function CloseIt(){
	ShutIt=window.close( );
}
function subinawin(){ 
	window.open('subscribe.htm', 'MW_SUB', 'scrollbars=0,status=0,toolbar=0,resizable=0,width=520,height=364,top=150,left=150'); 
}
function emailinawin(){ 
	window.open('email_friend.htm', 'MW_FRIEND', 'scrollbars=0,status=0,toolbar=0,resizable=0,width=520,height=291,top=175,left=175'); 
}
function display(url, width, height){
    var Win = window.open(url,"displayWindow",'width=' + width + ',height=' + height + ',resizable=0,scrollbars=no,top=10,left=40,menubar=no,status=no' );
}
function keys(){
	window.open("admin/admin.htm","Administration","width=800,resizable=yes, scrollbars=yes, top=10, left=40, menubar=no, status=no'");
}
function ToggleInterestON(){
	document.getElementById('interesttable').style.visibility='visible';
	document.getElementById('interestbg').style.height='135';
	document.getElementById('toggleinton').checked=true;
}
function ToggleInterestOFF(){
	document.getElementById('interesttable').style.visibility='hidden';
	document.getElementById('interestbg').style.height='0';
	document.getElementById('toggleintoff').checked=true;
}
function BuOver(elem){
	elem.style.border = "1px solid #000000";
}
function BuOut(elem){
	elem.style.border = "1px solid #ffffff";
}
function clients(url){
	window.open(url,"midlands weddings","width=800,resizable=yes, scrollbars=yes, top=10, left=40, menubar=no, status=no'");
	}