

function popup(url){
	if(url == "news.php"){
		//win2.show();
		win2.showCenter();
		
	}
	else{
		//win3.show();
		win3.showCenter();
	}
}

function contact(url){
	//win1.show();
	win1.showCenter();
}