function popwin(URL,x,y)
{ 
detail = "scrollbars=yes,width="+ x +",height=" + y;
win = window.open(URL,"",detail);
win.focus();
}
popwin("http://www.bestphukethotel.com",750,700);