// JavaScript Document
document.write("<LINK REL='SHORTCUT ICON' HREF='http://www.happylife.com.cn/favicon.ico'>"); 

function showuserinfo(id) 
{
	//window.open("/makefriends/showuserinfo.asp?id=" + id,"_blank");
	openchildpage("/makefriends/showuserinfo.asp?id=" + id);
	return false;
}

function showuserphoto(id) 
{
  //window.open("/makefriends/showuserphoto.asp?id=" + id,"_blank");
	openchildpage("/makefriends/showuserphoto.asp?id=" + id)
	return false;
}

function norightclick() {
	if (event.button==2) {
		return false;
	}
}

function showpasswdphoto(id) 
{
	var inputtext = window.prompt("萩補秘臥堋畜鷹","");
	if (inputtext != "" && inputtext != null) 
		alert(inputtext);
}

function openchildpage(url)
{
	var str = "left=0,screenX=0,top=0,screenY=0,toolbar=no,menubar=no,scrollbars=yes,resizable=yes,location=no,status=no"
　　if (window.screen) { 
　　 var ah = screen.availHeight - 30; 
　　 var aw = screen.availWidth - 10; 
　　 str += ",height=" + ah; 
　　 str += ",innerHeight=" + ah; 
　　 str += ",width=" + aw; 
　　 str += ",innerWidth=" + aw; 
　　} 
	else { 
　　 str += ",resizable"; // so the user can resize the window manually 
　　} 
	window.open(url, '', str);
	return false
}

function openarticle(articleno)
{
	var url = "/inc/common/showarticle.asp?articleno=" + articleno;
	return openchildpage(url);
}


function chkmainwindow()
{
	//if (window.name != 'happypopwin')
	//	window.location = "http://www.happylife.com.cn"
}

var chkright=1;
function chkcontentright()
{
	if (chkright==1)
		return false
	else
		return true;		
}