<!--
function mainSites(x)
  { if (x != "") { if (x.indexOf('http:') != -1) { self.location= x; }
  else { self.location= "http://www.bbc.co.uk" + x; }} return false; }
function popmailwin(x, y) {window.open(x,y,'status=no,scrollbars=yes,resizable=yes,width=350,height=400');}


 //-- GENERIC POPWIN FUNCTION
function popwin2(aPage, aTarget, w, h, extras){
        window.open(aPage, aTarget, 'width=' +w+ ',height=' +h+ ',scrollbars=' +((extras.indexOf('scroll',0)==-1)?'no':'yes')+ ',resizable=' +((extras.indexOf('resiz',0)==-1)?'no':'yes')+ ',menubar=' +((extras.indexOf('menu',0)==-1)?'no':'yes'));
}


function spawn_window(content, spawn, sizing){
window.open(content, spawn, sizing);
}

 //-- END: GENERIC POPWIN FUNCTION
 
  //-- GENERIC POPWIN FUNCTION
function popwin(aPage, aTarget, w, h, extras){
        window.open(aPage, aTarget, 'width=' +w+ ',height=' +h+ ',scrollbars=' +((extras.indexOf('scroll',0)==-1)?'no':'yes')+ ',resizable=' +((extras.indexOf('resiz',0)==-1)?'no':'yes')+ ',menubar=' +((extras.indexOf('menu',0)==-1)?'no':'yes'));
}


function spawn_window(content, spawn, sizing){
window.open(content, spawn, sizing);
}

 //-- END: GENERIC POPWIN FUNCTION

//-- BEGIN: flash detect
var flashDetect = 0;
flashDetect = (navigator.mimeTypes && navigator.mimeTypes["application/x-shockwave-flash"])? 1 : 0;

//-- END: flash detect

//-- BEGIN: form submit
function formSubmit(myform)
{
var x=document.forms.myForm
x.submit()
}
//-- END: form submit




