function openpopup(pagename, windowname, height, width){
	window.open(pagename, windowname, config='height='+height+', width='+width+', top=100, left=300, toolbar=no, menubar=no, location=no, resizable=no, scrollbars=no, status=no')
}
