function OpenWindow( href, name, width, height )
{	
	window.open( href, name, 'top=' + 0 + ',left=' + 0 + ', width=' + width + ',height=' + height + ',status=no,toolbar=no,menubar=no,scrollbars=no,resizable=no');
}

