function openWin(a,b,c)
{
	window.open(a, b, c); 
	return false; 
} 
