function specialPopup(url,specialname) {
	window.open(url, specialname, "width=600,height=500");
}
