function function_name(url){
	window.open(url, "popup", "width=600, height=300, toolbars=no, scrollbars=yes, top=30");
}