Minggu, 07 September 2008


lenovo



var labels = new Array();
var fnotes = new Array();
var icons = new Array();
var iconnote = new Array();
var productlist = new Array();
var special = new Array();
var specialfree = new Array ();
var specialupgrade = new Array ();
var specialprice = new Array();
var solutionprice = new Array();
var solutiontitle = new Array();
var orderitem = new Array();
var pricenote = new Array();
var imagelist = new Array();
var iconlist = new Array();
var vam = new Array();
var specialitem;
var is_show = 0;
function interline (columns,width){
document.write("");
for (i=0; i");
document.write("");
document.write("");
}
document.write("");
}
function showIcons (model) {
for (i=0; i " + " ");
}
}
function converter (txtString) {
var reg=new RegExp("&","g");
return txtString.replace(reg,"&");
}
var signal;
signal = "†";


var num_models = 3;
var width_model = "300";


var specialitem = new Array("","","");
for (var i=0; i";
}
labels = new Array("Rating","Model","comment","Price","Processors","Operating system","Memory","Hard disk","Optical device","Graphics","Display","Battery","Warranty");
fnotes = new Array("","","","","1","12","8","4","5","","","","7");
icons = new Array("bluetooth.gif","fingerprint.gif","webcam.gif","wireless.gif","mcafee.gif");
iconnote = new Array("Bluetooth","Fingerprint Reader","Web camera","Wireless","McAfee Internet Security Suite");
productlist["59013976"] = new Array ("","Lenovo Y410","ENTERTAINMENT Superior Sound Quality with Built-in Subwoofers","US$879","Intel® Core™2 Duo processor T5750 (2.0GHz, 667MHz FSB, 2MB L2 Cache)","DOS","1GB DDR2 SDRAM","160GB SATA HDD (5400 rpm)","Dual Layer Multiburner Drive (DVD-RW)","Intel® Graphics Media Accelerator X3100","14" WXGA","6-cell Li-ion Battery","1-year Regional Carry-in Warranty");
productlist["59014399"] = new Array ("","Lenovo Y410","ENTERTAINMENT Superior Sound Quality with Built-in Subwoofers","US$IDR6,999,000","Intel® Pentium® dual-core processor T2390 (1.86GHz, 533MHz FSB, 1MB L2 Cache)","DOS","1GB DDR2 SDRAM","160GB SATA HDD (5400 rpm)","Dual Layer Multiburner Drive (DVD-RW)","Intel® Graphics Media Accelerator X3100","14" WXGA","6-cell Li-ion Battery","1-year Regional Carry-in Warranty");
productlist["57080074"] = new Array ("","IdeaCentre K200","HOME Total Home Entertainment System @ Great Value","US$669","Intel® Pentium® Dual-Core Processor E2200 (2.20GHz, 800MHz FSB, 1MB L2 Cache), SiS 672 Chipset","DOS","1GB DDR2 SDRAM","250GB SATA HDD (7200 rpm)","Dual layer Multiburner Drive (DVDRW)","SiS Mirage3 Graphics","17" Widescreen TFT","--","1-year on-site Warranty");
specialfree["59013976"] = new Array ("FREE Samsung MP3 Player worth US$50");
specialfree["59014399"] = new Array ("FREE Samsung MP3 Player worth US$50");
specialfree["57080074"] = new Array ("FREE Matahari Shopping Voucher worth IDR200,000", "FREE USB FLASHDISK MYKEY 2GB");
specialupgrade["59013976"] = new Array ("");
specialupgrade["59014399"] = new Array ("3-year Parts, Labour & Carry-in Warranty for an additional US$120 only");
specialupgrade["57080074"] = new Array ("lenovo K210 (57080103) with Intel® Core™2 Duo processor e7200 (2.53GHz, 1066MHz FSb, 3Mb l2 Cache), DOS for an additional US$110 only");
special["59013976"] = new Array ();
special["59014399"] = new Array ("6-cell Li-ion Battery (43R1955) at only US$109");
special["57080074"] = new Array ();
imagelist["59013976"] = new Array ("Y410.gif","");
imagelist["59014399"] = new Array ("Y410.gif","");
imagelist["57080074"] = new Array ("K200.gif","new");
iconlist["59013976"] = new Array ("y","","y","y","y");
iconlist["59014399"] = new Array ("y","","y","y","y");
iconlist["57080074"] = new Array ("","","","","y");
for (eachModel in productlist) {
document.write("");
if (imagelist[eachModel][1]) {
document.write("");
}else{
document.write("");
}
document.write("");
}


for (eachModel in productlist) {
var model = productlist[eachModel];
document.write("" + model[0] + " " + model[1] + ""+ eachModel +"");
document.write("");
}
Lenovo Y41059013976
Lenovo Y41059014399
IdeaCentre K20057080074
for (eachModel in productlist) {
var model = productlist[eachModel];
document.write("");
if (model[2].length>0) document.write(model[2]);
document.write("");
document.write("");
}
ENTERTAINMENT Superior Sound Quality with Built-in Subwoofers
ENTERTAINMENT Superior Sound Quality with Built-in Subwoofers
HOME Total Home Entertainment System @ Great Value
for (eachModel in productlist) {
var model = productlist[eachModel];
document.write("");
showIcons (eachModel);
document.write("");
document.write("");
}
interline (num_models,width_model);



var thisPrice = "";
for (eachModel in productlist) {
var model = productlist[eachModel];
thisPrice = model[3];
document.write("Price: ");
if (specialprice[eachModel]) {
document.write ("" + model[3] + "" + signal);
thisPrice = specialprice[eachModel];
}
document.write(" " + thisPrice + "");
if (thisPrice == model[3])
{
document.write (signal);
}
if (pricenote[eachModel]) {
document.write ("" + pricenote[eachModel] + "");
}
if (special[eachModel][0]==specialitem) {
document.write (" " + special[eachModel][0]);
}
document.write("");
document.write("");
}
interline (num_models,width_model);
Price: US$879†
Price: US$IDR6,999,000†
Price: US$669†
for (num = 4;num ");
document.write("" + labels[num] +"");
if (fnotes[num].length>0) {
document.write("" + fnotes[num] + "");
}
document.write("");
document.write("");
for (eachModel in productlist) {
var model = productlist[eachModel];
document.write("");
if (model[num].indexOf('Centrino')>0){
var str1="";
var str2="";
str1=model[num].substring(0,model[num].indexOf(''));
str2=model[num].substring(model[num].indexOf('')+6,model[num].length);
document.write("");
document.write(str1);
document.write("-");
document.write(str2);
document.write("");
}else{
document.write(model[num]);
}
document.write("");
document.write("");
}
interline (num_models,width_model);
}
Processors1
Intel® Core™2 Duo processor T5750 (2.0GHz, 667MHz FSB, 2MB L2 Cache)
Intel® Pentium® dual-core processor T2390 (1.86GHz, 533MHz FSB, 1MB L2 Cache)
Intel® Pentium® Dual-Core Processor E2200 (2.20GHz, 800MHz FSB, 1MB L2 Cache), SiS 672 Chipset
Operating system12
DOS
DOS
DOS
Memory8
1GB DDR2 SDRAM
1GB DDR2 SDRAM
1GB DDR2 SDRAM
Hard disk4
160GB SATA HDD (5400 rpm)
160GB SATA HDD (5400 rpm)
250GB SATA HDD (7200 rpm)
Optical device5
Dual Layer Multiburner Drive (DVD-RW)
Dual Layer Multiburner Drive (DVD-RW)
Dual layer Multiburner Drive (DVDRW)
Graphics
Intel® Graphics Media Accelerator X3100
Intel® Graphics Media Accelerator X3100
SiS Mirage3 Graphics
Display
14" WXGA
14" WXGA
17" Widescreen TFT
Battery
6-cell Li-ion Battery
6-cell Li-ion Battery
--
Warranty7
1-year Regional Carry-in Warranty
1-year Regional Carry-in Warranty
1-year on-site Warranty
var special_String = "";
var specialStart;
for (eachModel in productlist) {
var modelfree = specialfree[eachModel];
var modelupgrade = specialupgrade[eachModel];
var model = special[eachModel];
var is_dot = ((modelfree.length+modelupgrade.length+model.length)>2 ((modelfree.length+modelupgrade.length+model.length)>1 && model[0]!=specialitem));
special_String = special_String + "";
if (modelfree.length>0 && modelfree[0].length>0) {
is_show = 1;
special_String = special_String + "Free";
for (i=0; i";
if (is_dot) special_String = special_String + "";
special_String = special_String + "" +modelfree[i] +"";
}
special_String = special_String + "";
}
if (modelupgrade.length>0 && modelupgrade[0].length>0) {
is_show = 1;
special_String = special_String + "Upgrade";
for (i=0; i";
if (is_dot) special_String = special_String + "";
special_String = special_String + "" +modelupgrade[i] +"";
}
special_String = special_String + "";
}
if (model.length>0 && model[0].length>0) {
if (model[0]!=specialitem model.length>1) {
is_show = 1;
if (model[0]==specialitem) {
specialStart = 1;
} else {
specialStart = 0;
}
special_String = special_String + "Recommended Accessories";
for (i=specialStart; i";
if (is_dot) special_String = special_String + "";
special_String = special_String + "" +model[i] +"";
}
special_String = special_String + "";
}
}
special_String = special_String + "";
special_String = special_String + "";
}
if (is_show==1) {
document.write("Special Offers");
document.write("" + special_String + "");
interline (num_models,width_model);
is_show = 0;
}
Special Offers
Free
FREE Samsung MP3 Player worth US$50
Free
FREE Samsung MP3 Player worth US$50
Upgrade
3-year Parts, Labour & Carry-in Warranty for an additional US$120 only
Recommended Accessories
6-cell Li-ion Battery (43R1955) at only US$109
Free
FREE Matahari Shopping Voucher worth IDR200,000
FREE USB FLASHDISK MYKEY 2GB
Upgrade
lenovo K210 (57080103) with Intel® Core™2 Duo processor e7200 (2.53GHz, 1066MHz FSb, 3Mb l2 Cache), DOS for an additional US$110 only

Jumat, 05 September 2008

computer



-->
-->
In the August issue of Computer
As computer-based systems transition to a service oriented paradigm, they still must be highly reliable, secure, available, timely, fault-tolerant, and dependable. Unfortunately, it might be even harder to achieve these high assurance requirements in service oriented systems because, unlike traditional systems, services can be designed in-house or delivered by third parties. In this issue, we present five articles that explore the latest research in high-assurance service oriented architectures.
>>See the full table of contents for the August issue.



Features August 2008 Guest Editors’ IntroductionHigh-Assurance Service-Oriented Architectures Jing Dong, University of Texas at Dallas; Raymond A. Paul, US Department of Defense: Liang-Jie Zhang, IBM T.J. Watson Research Center