function popup1(theURL,winName,features){
	var a = window.open(theURL,winName,features);
	a.focus();	
}

function popupPanorama(){
	var a = window.open('panorama/panorama.html','we2','status=no,scrollbars=yes,width=700,height=520');
	a.focus();	
}
function quickContact(){
	b ="<table width='495' border='1' cellspacing='0' cellpadding='2' bordercolor='#99CC33'>"	
	b +="<tr><td height='40' align='center''>"
	b +="Do you have any doubt regarding <b>Sreyas</b>?"
	b +="<br>Please feel free to "	
	b +="<a href=javascript:popup1('quickContact.htm','qc','status=yes,scrollbars=yes,width=340,height=520')>"	
    /*b +="<a href='#' onclick='popup1('quickContact.htm','qc','status=yes,scrollbars=yes,width=340,height=520')'>"	*/
	b +="<b>post your question here</b></a> "
	b +="or email us at <a href='mailto:kccktm@rediffmail.com'>kccktm@rediffmail.com</a>"
	b +="</td></tr>"
	b +="<tr><td style='background-color:#99CC33; color:#333333' align='center'>"
	b +="Also you can call us at any time: <b>+91 98470 58800</b>"
	b +="</td></tr></table>"
	document.write(b);
}