function wimgbrowser(x,y)
{
	newwindow=window.open('','galimgwindow','width='+x+'px, height='+y+'px, scrollbars=0');
	if (window.focus) {newwindow.focus()}
	return false;
}
