// JavaScript Document

<!-- 
function detail(page) { 
OpenWin = this.open(page, "KirupaStyle", "toolbar=no,menubar=no,location=no,scrollbars=no,resizable=yes,width=400,height=500"); 
}

function press(page) { 
OpenWin = this.open(page, "KirupaStyle", "toolbar=no,menubar=no,location=no,scrollbars=yes,resizable=yes,width=425,height=600"); 
}

function order(page) { 
OpenWin = this.open(page, "KirupaStyle", "toolbar=no,menubar=no,location=no,scrollbars=yes,resizable=yes,width=525,height=600"); 
}
//--> 