// JavaScript Document
function jpg_open(url,wname){
	ww = 360;
	wh = 360;
	x = (screen.width- ww) / 2;
	y = (screen.height- wh) / 2;
	secre_window = window.open(url,wname,"toolbar=no,directories=no,location=no,status=no,menubar=no,scrollbars=no,resizable=yes,left="+x+",top="+y+",width="+ww+",height="+wh);
	secre_window.focus();
}
function pop_open(url){
	ww = 816;
	wh = 600;
	x = (screen.width- ww) / 2;
	y = (screen.height- wh) / 2;
	pop_window = window.open(url,"pop","toolbar=no,directories=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=yes,left="+x+",top="+y+",width="+ww+",height="+wh);
	pop_window.focus();
}
function pdf_open(url){
	ww = 570;
	wh = 600;
	x = (screen.width- ww) / 2;
	y = (screen.height- wh) / 2;
	pop_window = window.open(url,"pop","toolbar=no,directories=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=yes,left="+x+",top="+y+",width="+ww+",height="+wh);
	pop_window.focus();
}
