function pressopen(url) {
	window.open(url,'Press Window',config='height=480,width=530,resizable=1,scrollbars=1');
}