function openwin(url, w) {
	window.open(url,"","width=" + w +"height=600,status=1,scrollbars=1");
}
