function openPopup(location, width, height) {
	var popup = window.open(location,'','scrollbars=no,menubar=no,height='+height+',width='+width+',resizable=yes,toolbar=no,location=no,status=no');
}