function open_window(address, win_width, win_height)
{
	newwindow = window.open(address, "Pop-Up", "width=" +win_width+ ",height=" +win_height+ ",left=50,top=50");
}
