
				//specify popunder window features
		//set 1 to enable a particular feature, 0 to disable
		var imagefeatures="width=450,height=490,scrollbars=0,resizable=0,toolbar=0,location=0,menubar=0,status=0,directories=0"

		function imagepop(url){
		win2=window.open(url,"",imagefeatures)
		}

