/*=========================================================


	Site Name   HTML Template
	File Name   common.js

	Create Date 2009/09/08
	Update Date 2009/09/08


==========================================================*/

/*----------------------------------------------------------

	1. Common Function (require jquery.js)

-----------------------------------------------------------*/

function getFullscreen(thePage, winName){
	var winWidth = screen.availWidth;
	var winHeight = screen.availHeight;
	window.open(thePage, winName);
}