NAME = Full Screen Web Page

USE_BODY2 = 1

CAN_EDIT_LINK = 1
CAN_EDIT_STYLE_COND = 1

INCLUDE_1 = 

BEGIN_BODY_ONLOAD

	<div id="[$DEF_name]Div" style="display: none;
	width: [$MAX_DIM]px;
	height: [$MAX_DIM]px;
	position: absolute; top: 0px; left: 0px;
	background: none;
	background-color: rgba(255, 255, 255, 1.0);
	">
		<iframe id="[$DEF_name]IFrame" scrolling="no" frameborder="0" src="[$DEF_linkURL]" visibility="visible" style="display: block;
		width: 100%;
		height: 100%;
		position: absolute; top: 0px; left: 0px;
		background: none;
		background-color: rgba(255, 255, 255, 1.0);
		">
		</iframe>
 
  	</div>
  	
END_BODY_ONLOAD

BEGIN_ONLOAD
END_ONLOAD

BEGIN_DEFINITION
END_DEFINITION

BEGIN_DEF

	DEF_name = 
	DEF_linkURL = http://iFuntastic.com
	DEF_linkName = iFuntastic

END_DEF

BEGIN_STYLE_COND
END_STYLE_COND

BEGIN_STYLE
END_STYLE

BEGIN_DEFAULT_STYLE
END_DEFAULT_STYLE
