function gShowTeam(name){
	window.open('team.php?name='+name,'gShowTeam','top=0, left=0, scrollbars=0,resizable=0');
}
function gShowPortfolioDetail(img_path){
	window.open('portfoliodetail.php?img='+img_path,'gShowPortfolioDetail','top=0, left=0, scrollbars=1,resizable=0');
}
function gShowTC(){
	window.open('terms-conditions.php','gTermsConditions','top=0, left=0, scrollbars=1,resizable=0');
}
function gShowEasterImage(img_path, msg){

	window.open('easter-image.php?img='+img_path+'&msg='+msg,'gShowEasterImage','top=0, left=0, scrollbars=1,resizable=0');
}
