var newwindow;
function blondepopup(url, height, width)
{
	//alert( url );
	newwindow=window.open( url, 'screenshot','height=' + height + ',width=' + width + ',resizable=no,scrollbars=no');
	if (window.focus) {newwindow.focus()}
}
