// JavaScript Document
<!--
$(function(){
$("#jstyle").attr({href:$.cookie('style')});
});
function jstyle(cssurl){
$('#jstyle').attr({href:cssurl});
$('style',cssurl,{expires:30,path:'/'});
}

function win_open(gname,wname)
{
	newwindow = window.open(gname,wname,'scrollbars=yes,status=no,resizable=yes');
}
// -->