
//Plan pop ups
function pps_small(url) {
mywin = window.open(url,"win",'toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=yes,width=355,height=160');
}

function pps_mid(url) {
mywin = window.open(url,"win",'toolbar=0,location=0,directories=0,status=0,menubar=no,scrollbars=no,width=320,height=600');
}

function pps_large(url) {
mywin = window.open(url,"win",'toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=no,width=383,height=383');
}

//To activate the pop up_add thg following:
//<A href="javascript:one_large('pop/Workopolis.html')">Workopolis</a>

//To close the poped window_add the following:
//<a href="javascript:window.close()"><img src="images/close.gif" border="0"></a>

function popitup(url)
{
	newwindow=window.open(url,'name','height=500,width=450');
	if (window.focus) {newwindow.focus()}
	return false;
}

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
