function showSubWin(fName){
	
	window.open(fName,"",'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=yes,copyhistory=yes,width=450,height=280,left='+(screen.width-490) / 2+',top='+(screen.height-320) / 2);
	
}	


function showMoreSubWin(fName){
	
	window.open(fName,"",'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,copyhistory=yes,width=600,height=380,left='+(screen.width-490) / 2+',top='+(screen.height-320) / 2);
	
}	


function showreply(obj)
{
	if (obj.style.display == "none") 
	{
		obj.style.display ="";
	}
	else
	{
		obj.style.display ="none";
	}
}


function showSmallWin(fName,wNum,hNum){
	
	window.open(fName,"",'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,copyhistory=yes,width='+wNum+',height='+hNum+',left='+(screen.width-490) / 2+',top='+(screen.height-320) / 2);
	
}	

function showVideoWin(fName){
	
	//alert(fName);
	//return ;
	window.open(fName,"",'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,copyhistory=yes,width=520,height=380,left='+(screen.width-490) / 2+',top='+(screen.height-320) / 2);	
}
