// JavaScript Document
if((window.screen.width >= 800) && (window.screen.width <= 1000)) {
	pos3 = 505;
} 

if((window.screen.width >= 1000) && (window.screen.width <= 1200)) {
	pos3 = 600;
}

if((window.screen.width >= 1200) && (window.screen.width <= 1400)) {
	pos3 = 700;
}

if((window.screen.width >= 1400) && (window.screen.width <= 1600)) {
	pos3 = 800;
}

document.write("<embed src=../../images/banner_sinodegki.swf quality=autohigh bgcolor=#999999 width=160 height=140 name=banner_sinodegki type=application/x-shockwave-flash></embed>");
