function resizeWin(w,h){
	//alert ("w : "+w+", h : "+h);
	parent.window.resizeTo(w, h); 
	window.location=window.location;
}
function refreshWin(){
	window.location=window.location;
}