function popupInterview()
{
	mywindow = window.open("interview.html", "mywindow", "location = no, resize=able = no, width = 430, height = 215");
	mywindow.moveTo(0,0);

}

