function setVals() {
	barW = 0; 
 	barH = 0;
 	if (navDOM) {
  		if (document.height > innerHeight) barW = 20;
  		if (document.width > innerWidth) barH = 20;
  	} else {
  		innerWidth = document.body.clientWidth;
  		innerHeight = document.body.clientHeight;
 	}
 	posX = ((innerWidth - markW)-barW) * (markX/60);
 	posY = ((innerHeight - markH)-barH) * (markY/90);
}
function wRefresh() {
	setVals();
	wMark.left = document.documentElement.scrollLeft+'px';
	wMark.top = document.documentElement.scrollTop+'px';
}
function markMe() {
	setVals();
 	window.onresize=setVals;
 	markID = setInterval ("wRefresh()",markRefresh);
}


function img_act () {
	document.getElementById('FloatingAd').innerHTML=FloatingAdStr;
}

function img_inact (index) {
	if (index == 1)
		document.getElementById('FloatingAd').innerHTML=FloatingAdStr2;
}


function goBeBuy () {
	window.open ("http://events.fashionguide.com.tw/2008/08/annualsale/Bebuy_List.php", "newwindow", "")
}

FloatingAdStr=''+
	'<div id="divRight" style="VISIBILITY: visible; POSITION:absolute; width:300; height:450px; left: 0; top: 0; border: 1px none #000000; z-index:10000;">	'+	 
'<table width="350" border="0" cellpadding="0" cellspacing="0">'+
  '<tr>'+
    '<td><img src="http://img.events.fashionguide.com.tw/2008/08/i/pop01.gif" width="37" height="49" /></td>'+
    '<td><img src="http://img.events.fashionguide.com.tw/2008/08/i/pop02.gif" width="165" height="49" /></td>'+
    '<td><img src="http://img.events.fashionguide.com.tw/2008/08/i/pop03.gif" width="11" height="49" /></td>'+
    '<td><img src="http://img.events.fashionguide.com.tw/2008/08/i/pop04.gif" width="61" height="49" /></td>'+
    '<td><img src="http://img.events.fashionguide.com.tw/2008/08/i/pop05.gif" width="40" height="49" /></td>'+
    '<td><img src="http://img.events.fashionguide.com.tw/2008/08/i/pop06.gif" width="36" height="49" border="0" alt="" onClick="img_inact(1)"/></td>'+
  '</tr>'+
  '<tr>'+
    '<td><img src="http://img.events.fashionguide.com.tw/2008/08/i/pop07.gif" width="37" height="233" /></td>'+
    '<td><img src="http://img.events.fashionguide.com.tw/2008/08/i/pop08.gif" width="165" height="233" /></td>'+
    '<td><img src="http://img.events.fashionguide.com.tw/2008/08/i/pop09.gif" width="11" height="233" /></td>'+
    '<td><img src="http://img.events.fashionguide.com.tw/2008/08/i/pop10.gif" width="61" height="233" /></td>'+
    '<td><img src="http://img.events.fashionguide.com.tw/2008/08/i/pop11.gif" width="40" height="233" /></td>'+
    '<td><img src="http://img.events.fashionguide.com.tw/2008/08/i/pop12.gif" width="36" height="233" /></td>'+
  '</tr>'+
  '<tr>'+
    '<td><img src="http://img.events.fashionguide.com.tw/2008/08/i/pop13.gif" width="37" height="34" /></td>'+
    '<td><img  style="cursor:hand" src="http://img.events.fashionguide.com.tw/2008/08/i/pop14.gif" width="165" height="34" onClick="goBeBuy()" border="0"/></td>'+
    '<td><img src="http://img.events.fashionguide.com.tw/2008/08/i/pop15.gif" width="11" height="34" /></td>'+
    '<td><a href="http://www.fashionguide.com.tw/Forum/07/GiveawayDocL.asp" target="_blank"><img src="http://img.events.fashionguide.com.tw/2008/08/i/pop16.gif" width="61" height="34" style="border:0"/></a></td>'+
    '<td><img src="http://img.events.fashionguide.com.tw/2008/08/i/pop17.gif" width="40" height="34" /></td>'+
    '<td><img src="http://img.events.fashionguide.com.tw/2008/08/i/pop18.gif" width="36" height="34" /></td>'+
  '</tr>'+
  '<tr>'+
    '<td><img src="http://img.events.fashionguide.com.tw/2008/08/i/pop19.gif" width="37" height="84" /></td>'+
    '<td><img src="http://img.events.fashionguide.com.tw/2008/08/i/pop20.gif" width="165" height="84" /></td>'+
    '<td><img src="http://img.events.fashionguide.com.tw/2008/08/i/pop21.gif" width="11" height="84" /></td>'+
    '<td><img src="http://img.events.fashionguide.com.tw/2008/08/i/pop22.gif" width="61" height="84" /></td>'+
    '<td><img src="http://img.events.fashionguide.com.tw/2008/08/i/pop23.gif" width="40" height="84" /></td>'+
    '<td><img src="http://img.events.fashionguide.com.tw/2008/08/i/pop24.gif" width="36" height="84" /></td>'+
  '</tr>'+
'</table>'+
'</div>'


markW = 60;
markH = 90;
markX = 100;
markY = 0;
markRefresh = 20;
FloatingAdStr2=''+
'<img border="0"  src="http://img.events.fashionguide.com.tw/2008/08/i/pop.gif" onMouseOver="img_act()" onMouseOut="img_inact(0)">'

document.write('<span id="FloatingAd" style="position:absolute">a</span>')
var wMark = document.getElementById('FloatingAd').style;
wMark.width  =markW;
wMark.height =markH;
navDOM = window.innerHeight;
markMe();
document.getElementById('FloatingAd').innerHTML=FloatingAdStr2;
