﻿//var scroller = null;
//var scrollbar = null;
//var scrollbar1 = null;
//window.onload = function () {
//var e = new opCard();
//	e.bind = ["zhengwenMenu","a","zhengwenCont","blockquote"];
//	e.style = ["","contCurrent",""];
//	e.overStyle = true;
//	e.creat();
//	e = null;
//var f = new opCard();
//	f.bind = ["zhengwenMenu1","a","zhengwenCont1","blockquote"];
//	f.style = ["","contCurrent",""];
//	f.overStyle = true;
//	f.creat();
//	f = null;
//	
//  scroller = new jsScroller(document.getElementById("spPicPShow"), 400, 200);
//  scrollbar = new jsScrollbar (document.getElementById("spPicShow"), scroller, false);

//  
//}
function showReviewWind()
{
 $(".pinlunmenu").click(function(){
			var position=$(this).offset();	
					var openObj=$("#pinlunOpen");
					openObj.css({left:position.left-300+"px",top:position.top+"px"});
					openObj.show();
			})
	   $("#closeMenu").click(function(){$("#pinlunOpen").hide();});

}
jQuery(document).ready(function(){
	   $(".pinlunmenu").click(function(){
			var position=$(this).offset();	
					var openObj=$("#pinlunOpen");
					openObj.css({left:position.left-300+"px",top:position.top+"px"});
					openObj.show();
			})
	   $("#closeMenu").click(function(){$("#pinlunOpen").hide();});
	   
	});
