function winopen(){
var xpos
var ypos

xpos=event.x-230
ypos=event.y-40

newwin=window.open('http://www.shanks.com.cn/service/sfeedback.asp','new','width=210 height=95 left='+xpos+' top='+ypos+' alwaysRaised');
}