function openGuestbook(){
	window.open("guestbook/index.asp?user=nanzhu","","fullscreen=0,width=368,height=578,scrollbars=1,resizeable=0")
}

function openWin(url){
	window.open(url,"","fullscreen=0,width=525,height=500,scrollbars=1,resizeable=0")
}