//////////////////////////////////////////////////////////////////////
// Copyright 2006, Mawlana Faizani International (www.faizani.com) //
////////////////////////////////////////////////////////////////////	

function openwindow(url)
{
window.open(url,'demoWin','toolbar=0,location=no,directories=0,status=0,menubar=0,scrollbars=0,body topmargin=0,leftmargin=0,resizable=0,width=401,height=297');
}

function MM_jumpMenu(targ,selObj,restore){ //v3.0
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}

function openwindow1(url)
{
window.open(url,'demoWin','toolbar=0,location=no,directories=0,status=0,menubar=0,scrollbars=1,body topmargin=0,leftmargin=0,resizable=0,width=485,height=600');
}
function openwindow2(url)
{
window.open(url,'demoWin','toolbar=0,location=no,directories=0,status=0,menubar=0,scrollbars=1,body topmargin=0,leftmargin=0,resizable=0,width=290,height=130');
}