function popUp(url,w,h,name) {
	window.open(url,name,'left='+(screen.availWidth/2-(w/2))+',top='+(screen.availHeight/2-(h/2))+',width='+w+',height='+h+',resizable=yes')
}
function popProject(url) {
	window.open(url,'Project','left='+(screen.availWidth/2-(520/2))+',top='+(screen.availHeight/2-(550/2))+',width=520,height=550,scrollbars=yes,resizable=yes');
	return false;
}