
function openWindow(loc)
{
	var w= window.open(loc);
}
