function custom_sized_popup(link_ ,tool_bar,scroll,status_line,resize,location_,menu_bar,width, height,left,top){
	mypopup = window.open(link_,"PopupWindow","toolbar="+tool_bar+",scrollbars="+scroll+",status="+status_line+",resizable="+resize+",location="+location_+",menubar="+menu_bar+",width="+width+",height="+height+",left="+left+",top="+top); 
}
