function popup(mypage){
	popup_1 = window.open(mypage,"portfolio","height=500, width=540,location=no,menubar=no,resizable=no,scrollbars=no,status=no,toolbar=no");
	popup_1.focus();
}

function refreshandclose(){
	window.opener.location.reload();
	window.close();
}