





var hidden1_cid;

var x=2000;
var y=0;
var kaiguan=0;
var  bieren="jjj";
function kkk()
{
//alert(document.all.layers.length)
//alert (hidden1_cid);
    bieren=bieren.substring(0,bieren.length-2);
    bieren=bieren+"Hidden1";
   // alert (bieren);
	
		x=event.clientX + document.body.scrollLeft-20;
			y=event.clientY + document.body.scrollTop;
		   
		document.all["sub" ].style.left=x;
		document.all["sub" ].style.top=y;
		document.all["sub" ].style.visibility="visible";
	


}

function window_open()
{
			 if(kaiguan==1)
     {			
    
     var fg=document.all[bieren].value;
     
			var miniwindow=window.open("minihompy_frame.aspx?home=yes&id="+fg,'minihompy','width=995,height=565, location=no');
			
			miniwindow.focus();
			
	 }
	 
	 if(kaiguan==2)
     {
			var fg=document.all[bieren].value;
			var miniwindow=window.open("message_insert.aspx?message_fenlei=message&message_jieshouren_id="+fg,'message','width=350,height=350, location=no');
			miniwindow.focus();
	 }
	 
	if(kaiguan==3)
     {
			var fg=document.all[bieren].value;
			var miniwindow=window.open("message_insert.aspx?message_fenlei=pengyou&message_jieshouren_id="+fg,'message','width=350,height=350, location=no');
			miniwindow.focus();
	 }
	
}


function ddd()
{
//alert(document.all.layers.length)
//alert (hidden1_cid);
 //var x=event.x + document.body.scrollLeft-40;
 //  var  y=event.y + document.body.scrollTop;

document.all["sub" ].style.left=x;
document.all["sub" ].style.top=y;


document.all["sub" ].style.visibility="hidden";




}
function ttt()
{
//alert(document.all.layers.length)
//alert (hidden1_cid);
 //var x=event.x + document.body.scrollLeft-40;
 //  var  y=event.y + document.body.scrollTop;


document.all["sub" ].style.left=x;
document.all["sub" ].style.top=y;


document.all["sub" ].style.visibility="visible";



}


		