|
function setCookie(name, value, expireDays){
var currDate = new Date();
//var cookieString = name + '=' + escape(value);
var cookieString = name + '=' + value;
currDate.setTime(currDate.getTime() + (expireDays * 24 * 3600 * 1000));
if(expireDays != null){
cookieString = cookieString + ';expires=' + currDate.toGMTString();
}
documents.cookie = cookieString;
}
function getCookie(name){
if(documents.cookie.length > 0){
var begin = documents.cookie.indexOf(name + '=');
if(begin != -1){
begin += name.length + 1;
end = documents.cookie.indexOf(';', begin);
if(end == -1) end = documents.cookie.length;
return documents.cookie.substring(begin, end);
}else{
return '';
}
}
return '';
}
家具配套设计与布置是现代酒店室内设计的重要内容,对室内环境有着重要的影响。随着社会经济的发展和审美水平的提高,人们对酒店家具的设计要求也日益提高。
酒店家具设计有两个方面的含义:其一是它的实用性、舒适性。在室内设计中,家具与人的各种活动关系紧密,要处处反映出“以人为本”的设计概念;其二是它的装饰性。家具是体现室内气氛和艺术效果的主要角色。好的家具不仅使人感觉便利舒适,还能给人以审美的快感与愉悦。有人把好的家具设计比作鸡蛋,因为鸡蛋无论从哪个角度去看都是一个整体,即单纯又富变化,即简洁又富美感,让人心情愉快又一目了然。
翻页间隔 1秒 2秒 3秒 5秒 10秒 15秒
更多精彩内容 点击>>
图片主题:酒店家具(标准间) 图片来源:河南省高龙家具有限公司
酒店标准间里的家具从数量上说,也许只是两张床,几张桌椅那么简单,可以从设计意义,摆设布局,总体风格上来讲,可就不是件简单的事了。因而,酒店家具设计无论从实用性的角度考虑,还是从艺术性的角度考虑,或者是从设计的方法上考虑,最终都要表现出出色的层次感与角度感,要最大限度地与其他室内环境设计交叉与融合,始终表现出统一与变化和整体上的和谐。
/**
* 连环画处理JS代码
* @author www.hc360.com
*/
(function(){
invalTime = 5;
var cleantime = null;
picNewsDetail = {
/**
*
*/
nextPage:function(){
var url;
url = 'p01143256877-2.shtml';
window.location.href=url+"#cartoon";
},
/**
* ###
*/
prePage:function(){
var url;
url = 'http://info.jj.hc360.com/2008/07/p01073356878.shtml';
window.location.href=url+"#cartoon";
},
/**
* 页面载入定时器启动
*/
loadIntervalTime:function(){
var news_act = getCookie("pic_news");
if(news_act!=null&&news_act!=""){
var playtime = news_act.split("#");
if(playtime[0]!="stop"){
cleantime = window.setTimeout("picNewsDetail.nextPage()",playtime*1000);
}
}
else{
var ckvalue = "stop#5";
setCookie("pic_news",ckvalue);
this.autoPlayImag();
picNewsDetail.loadIntervalTime();
}
},
/**
* 自动播放或者手动播放
*/
autoIntervalTime:function(object){
if(object=="play"){
setCookie("pic_news","play#5");
}
else if(object=="stop"){
setCookie("pic_news","stop#5");
}
var news_act = getCookie("pic_news");
if(news_act!=null && news_act!=""){
var picCookie = news_act.split("#");
if(picCookie[0]=="play"){
window.clearTimeout(cleantime);
news_act = news_act.replace("play","stop");
setCookie("pic_news",news_act);
this.autoPlayImag();
}else{
playtime = document.getElementById("autoTime").options[document.getElementById("autoTime").selectedIndex].value;
cleantime = window.setTimeout("picNewsDetail.nextPage()",playtime*1000);
news_act = news_act.replace("stop","play");
setCookie("pic_news",news_act);
this.handPlayImag();
}
} else {
this.changePlayTime(5);
cleantime = window.setTimeout("picNewsDetail.nextPage()",5*1000);
}
},
/**
* 更改播放时间
*/
changePlayTime:function(time){
invalTime = time;
this.autoPlayImag();
var ckvalue = "stop#"+invalTime;
setCookie("pic_news",ckvalue);
},
changePicAndTimeState:function(){
var news_act = getCookie("pic_news");
if(news_act!=null && news_act!=""){
var picCookie = news_act.split("#");
this.initSelectItem(document.getElementById("autoTime"),picCookie);
if(picCookie[0]=="stop"){
this.autoPlayImag();
}else{
this.handPlayImag();
}
}else{
this.initSelectItem(document.getElementById("autoTime"),5);
}
},
/**
* 通过参数启动定时器
*/
startAutoPlayByParams:function(){
var ckvalue = "play#5";
setCookie("pic_news",ckvalue);
window.setTimeout("picNewsDetail.nextPage()",5*1000);
},
/**
* 初始化下拉框
* @param {Object} itemName
* @param {Object} value
*/
initSelectItem:function(item,itemValue){
for(var i=0;i
想让您的事业成功吗?
网上赚钱成功三步曲
1
不是会员
2
已是会员 免费宣传产品
3
推广公司 让生意火起来!
|