function popWin(address,name,properties){
	window.open(address,name,properties);
}